Skip to main content
Version: 4.x.x

RealtimeDbOnValueMethodExtra


import { RealtimeDbOnValueMethodExtra } from "@hyper-fetch/firebase"

Description

Defined in adapter/types/adapter.realtimedb.types.ts:43

Preview

type RealtimeDbOnValueMethodExtra = {
ref: DatabaseReference;
snapshot: DataSnapshot;
unsubscribe: Unsubscribe;
}

Structure

{
ref: DatabaseReference;
snapshot: DataSnapshot;
unsubscribe: Unsubscribe;
}